home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / DDJ0992.ARJ / MAKEFILE < prev    next >
Text File  |  1991-12-23  |  170b  |  11 lines

  1. # Make file for ball vertex generator.
  2.  
  3. .c.obj:
  4.    bcc -c $<
  5.  
  6. .asm.obj:
  7.    tasm -ml -zi $*
  8.  
  9. genball.exe: genball.obj matmath.obj addrot.obj
  10.    tlink @linkresp
  11.